projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d64da52
)
; Fix typo
author
Mark Oteiza
<mvoteiza@udel.edu>
Fri, 22 Sep 2017 20:34:31 +0000
(16:34 -0400)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Fri, 22 Sep 2017 20:34:31 +0000
(16:34 -0400)
* lisp/emacs-lisp/subr-x.el: Nix extra parenthesis.
lisp/emacs-lisp/subr-x.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/subr-x.el
b/lisp/emacs-lisp/subr-x.el
index 077ad22c75d89367525717addc28bf6b49917bf8..edba6550fa2f503b70b94b627856b99ab95ebc67 100644
(file)
--- a/
lisp/emacs-lisp/subr-x.el
+++ b/
lisp/emacs-lisp/subr-x.el
@@
-128,7
+128,7
@@
binding value is nil. If all are non-nil, the value of THEN is
returned, or the last form in ELSE is returned.
Each element of VARLIST is a list (SYMBOL VALUEFORM) which binds
-SYMBOL to the value of VALUEFORM
)
. An element can additionally
+SYMBOL to the value of VALUEFORM. An element can additionally
be of the form (VALUEFORM), which is evaluated and checked for
nil; i.e. SYMBOL can be omitted if only the test result is of
interest."